home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / emacs / src / link.com < prev    next >
Text File  |  1992-10-06  |  263b  |  8 lines

  1. $ ! VMS command file to link the .OBJ files of Emacs,
  2. $ ! using `temacs.opt' and producing `temacs.exe'.
  3. $ if "''CC'".nes."" .and. f$extract(0,3,"''cc'").eqs."GCC" then goto link_gcc
  4. $ link temacs/opt
  5. $ exit
  6. $link_gcc:
  7. $ link temacs/opt+gnu_cc:[000000]gcclib/lib
  8.